type hash/fnv.sum32

12 uses

	hash/fnv (current package)
		fnv.go#L22: 	sum32   uint32
		fnv.go#L44: 	var s sum32 = offset32
		fnv.go#L87: func (s *sum32) Reset()   { *s = offset32 }
		fnv.go#L94: func (s *sum32) Sum32() uint32  { return uint32(*s) }
		fnv.go#L99: func (s *sum32) Write(data []byte) (int, error) {
		fnv.go#L103: 		hash ^= sum32(c)
		fnv.go#L165: func (s *sum32) Size() int   { return 4 }
		fnv.go#L172: func (s *sum32) BlockSize() int   { return 1 }
		fnv.go#L179: func (s *sum32) Sum(in []byte) []byte {
		fnv.go#L225: func (s *sum32) MarshalBinary() ([]byte, error) {
		fnv.go#L270: func (s *sum32) UnmarshalBinary(b []byte) error {
		fnv.go#L277: 	*s = sum32(readUint32(b[4:]))